home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TTIPPERFORM / TTIPPERFORM.txt
Text File  |  2004-10-12  |  2KB  |  120 lines

  1. object TipperForm: TTipperForm
  2.   Left = 203
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'The Tip Of The Day'
  7.   ClientHeight = 239
  8.   ClientWidth = 402
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Tag = 11
  23.     Left = 8
  24.     Top = 8
  25.     Width = 288
  26.     Height = 201
  27.     BevelOuter = bvNone
  28.     BevelWidth = 2
  29.     BorderWidth = 5
  30.     Color = clWindow
  31.     TabOrder = 0
  32.     object lHint: TLabel
  33.       Left = 16
  34.       Top = 64
  35.       Width = 257
  36.       Height = 129
  37.       AutoSize = False
  38.       Color = clWindow
  39.       ParentColor = False
  40.       ShowAccelChar = False
  41.       Transparent = False
  42.       WordWrap = True
  43.     end
  44.     object PanelTip: TPanel
  45.       Left = 5
  46.       Top = 5
  47.       Width = 278
  48.       Height = 41
  49.       Align = alTop
  50.       BevelOuter = bvNone
  51.       Color = clWindow
  52.       TabOrder = 0
  53.       object Image1: TImage
  54.         Left = 8
  55.         Top = 0
  56.         Width = 32
  57.         Height = 38
  58.         AutoSize = True
  59.         Transparent = True
  60.       end
  61.       object lDidYou: TLabel
  62.         Left = 56
  63.         Top = 0
  64.         Width = 209
  65.         Height = 24
  66.         AutoSize = False
  67.         Caption = 'Did you know...'
  68.         Font.Charset = DEFAULT_CHARSET
  69.         Font.Color = clBlack
  70.         Font.Height = -19
  71.         Font.Name = 'MS Sans Serif'
  72.         Font.Style = []
  73.         ParentFont = False
  74.       end
  75.     end
  76.   end
  77.   object cbTip: TCheckBox
  78.     Left = 16
  79.     Top = 216
  80.     Width = 385
  81.     Height = 17
  82.     Caption = '&Display The Tip Of The Day at startup'
  83.     Checked = True
  84.     State = cbChecked
  85.     TabOrder = 1
  86.   end
  87.   object bClose: TButton
  88.     Left = 304
  89.     Top = 8
  90.     Width = 89
  91.     Height = 25
  92.     Cancel = True
  93.     Caption = '&Close'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 2
  97.     OnClick = bCloseClick
  98.   end
  99.   object bNext: TButton
  100.     Tag = 1
  101.     Left = 304
  102.     Top = 56
  103.     Width = 89
  104.     Height = 25
  105.     Caption = '&Next tip'
  106.     TabOrder = 3
  107.     OnClick = bNextClick
  108.   end
  109.   object bPrev: TButton
  110.     Tag = -1
  111.     Left = 304
  112.     Top = 88
  113.     Width = 89
  114.     Height = 25
  115.     Caption = '&Previous tip'
  116.     TabOrder = 4
  117.     OnClick = bNextClick
  118.   end
  119. end
  120.